home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem Place go32.exe within search path
- rem (this go32.exe(from DJGPP 1.10) is a modified version)
- rem *** If this go32.exe is not compatible with other DJGPP program
- rem in your system, DON'T put go32.exe within search path.
- rem
- rem Be sure, the directory is UNIX style
- rem Choose one from the following:
- rem
- rem set tmp=c:/tmp
- rem set temp=c:/tmp
- set go32tmp=c:/tmp
- rem
- rem Choose your video driver, must include full pathname.
- rem Video drivers are borrowed from DJGPP.
- rem
- rem if you don't have 80x87, add 'emu x:/xxxxx/emu387' to GO32
- rem
- set go32=real nodpmi driver c:/display/driver/et4000.grn
- rem
- rem if you put go32.exe within search path :
- c:\display\display
- rem else :
- rem c:\display\go32 c:\display\display.exe